|
In relational databases, the information schema (information_schema) is an ANSI-standard set of read-only views which provide information about all of the tables, views, columns, and procedures in a database.〔 〕 It can be used as a source of the information which some databases make available through non-standard commands, such as: * the SHOW command of MySQL* the DESCRIBE command of Oracle's SQL*Plus * the \d command in psql (PostgreSQL's default command-line program).
== Implementation == As a notable exception among major database systems, Oracle does not implement the information schema. An (open-source project ) exists to address this. RDBMSs which support information_schema include: * Microsoft SQL Server * MySQL * PostgreSQL * InterSystems Caché RDBMSs which do not support information_schema include: * Oracle Database * IBM DB2 * SQLite 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Information schema」の詳細全文を読む スポンサード リンク
|